home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / misc / ofcnhome.arj / FIRST.BAT < prev    next >
DOS Batch File  |  1994-01-12  |  749b  |  23 lines

  1. CLS
  2. ECHO OFF
  3. ECHO Restoring all files that have been updated or created on the other PC...
  4. ECHO When Backup asks you if it should overwrite a file, reply with
  5. ECHO "overwrite with (N)ewer file only", and "(R)epeat for all later files"!
  6. PAUSE
  7. REM Switch to the directory where CPBACKUP is found, and run it
  8. C:
  9. CD \CPB
  10. CPBACKUP
  11. ECHO Now synchronizing this computer with the other one...
  12. REM Switch to the directory where Office n Home is found, and run it (pass 1 only)
  13. C:
  14. CD \UTILS
  15. OFCNHOM c: d:\work /n1
  16. IF ERRORLEVEL 1 goto syncerr
  17. ECHO Finished. Remember to call LAST.BAT before switching off the machine!
  18. GOTO done
  19. :syncerr
  20. ECHO WARNING: Office'n'Home did not terminate successfully, 
  21. ECHO PCs may not be synchronized
  22. :done
  23.